home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / barracks.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  1.0 KB  |  60 lines

  1. textures/barracks/mag1
  2. {
  3.     qer_keyword masked
  4.     qer_keyword signs
  5.     surfaceparm paper
  6.     surfaceparm fence
  7.     surfaceparm alphashadow
  8.     qer_editorimage textures/barracks/mag1.tga
  9.     cull none
  10.     nopicmip
  11.     {
  12.         map textures/barracks/mag1.tga
  13.         blendfunc blend
  14.         depthWrite
  15.     }
  16.     {
  17.         map $lightmap
  18.         rgbGen Identity
  19.         blendFunc GL_DST_COLOR GL_ZERO
  20.     }
  21. }
  22.  
  23. textures/barracks/pinup1
  24. {
  25.     qer_keyword masked
  26.     qer_keyword signs
  27.     surfaceparm paper
  28.     surfaceparm fence
  29.     surfaceparm alphashadow
  30.     qer_editorimage textures/barracks/pinup1.tga
  31.     cull none
  32.     nopicmip
  33.     {
  34.         map textures/barracks/pinup1.tga
  35.         depthWrite
  36.         alphaFunc GE128
  37.     nextbundle
  38.         map $lightmap
  39.     }
  40. }
  41.  
  42. textures/barracks/tentallies
  43. {
  44.     qer_keyword carpet
  45.     qer_keyword special
  46.     qer_keyword wall
  47.     qer_keyword ceiling
  48.     qer_keyword masked
  49.     surfaceparm carpet
  50.     surfaceparm fence
  51.     qer_editorimage textures/barracks/tentallies.tga
  52.     cull none
  53.     {
  54.         map textures/barracks/tentallies.tga
  55.         alphaFunc GE128
  56.         depthwrite
  57.     nextbundle
  58.         map $lightmap
  59.     }
  60. }